home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_08_10
/
8n10103b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-05-06
|
327 b
|
11 lines
8-bit byte: cl = val;
asm(ebx, cl, " mov byte ptr es:[ebx], cl");
16-bit word: cx = val;
asm(ebx, cx, " mov word ptr es:[ebx], cx");
32-bit double word: ecx = val;
asm(ebx, ecx, " mov dword ptr es:[ebx], ecx");